object formMailSettings: TformMailSettings Left = 468 Top = 210 BorderStyle = bsDialog BorderWidth = 4 Caption = 'Mail settings' ClientHeight = 399 ClientWidth = 369 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PopupMode = pmAuto Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object groupPersonalInformation: TGroupBox Left = 0 Top = 0 Width = 369 Height = 81 Align = alTop Caption = ' Personal information ' TabOrder = 0 DesignSize = ( 369 81) object labelName: TLabel Left = 8 Top = 28 Width = 105 Height = 13 AutoSize = False Caption = 'Your name:' end object labelAddress: TLabel Left = 8 Top = 52 Width = 105 Height = 13 AutoSize = False Caption = 'And mail address:' end object eName: TEdit Left = 120 Top = 24 Width = 241 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 end object eAddress: TEdit Left = 120 Top = 48 Width = 241 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 end end object panelButtons: TPanel Left = 0 Top = 358 Width = 369 Height = 41 Align = alBottom BevelOuter = bvNone ParentColor = True TabOrder = 5 DesignSize = ( 369 41) object buttonCancel: TBitBtn Left = 168 Top = 12 Width = 91 Height = 25 Anchors = [akRight, akBottom] TabOrder = 2 Kind = bkCancel end object buttonOK: TBitBtn Left = 272 Top = 12 Width = 91 Height = 25 Anchors = [akRight, akBottom] TabOrder = 0 Kind = bkOK end object buttonImport: TBitBtn Left = 8 Top = 12 Width = 91 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '&Import' TabOrder = 1 OnClick = buttonImportClick NumGlyphs = 2 end end object panelDivider1: TPanel Left = 0 Top = 81 Width = 369 Height = 8 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 1 end object groupSMTPServer: TGroupBox Left = 0 Top = 89 Width = 369 Height = 131 Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] Caption = ' SMTP Server ' TabOrder = 2 DesignSize = ( 369 131) object labelSMTPServer: TLabel Left = 8 Top = 28 Width = 105 Height = 13 AutoSize = False Caption = 'Server address:' end object labelSMTPUsername: TLabel Left = 8 Top = 76 Width = 105 Height = 17 AutoSize = False Caption = 'Username:' end object labelSMTPPassword: TLabel Left = 8 Top = 100 Width = 105 Height = 17 AutoSize = False Caption = 'Password:' end object eSMTP: TEdit Left = 120 Top = 24 Width = 241 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 end object eSMTPUser: TEdit Left = 120 Top = 72 Width = 241 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 2 end object checkboxSMTPAuth: TCheckBox Left = 8 Top = 52 Width = 353 Height = 17 Caption = 'Use SMTP authentication by username' TabOrder = 1 OnClick = checkboxSMTPAuthClick end object eSMTPPass: TEdit Left = 120 Top = 96 Width = 241 Height = 21 Anchors = [akLeft, akTop, akRight] PasswordChar = '*' TabOrder = 3 end end object panelDivider2: TPanel Left = 0 Top = 220 Width = 369 Height = 8 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 3 end object groupPOP3Server: TGroupBox Left = 0 Top = 228 Width = 369 Height = 130 Align = alClient Anchors = [akLeft, akTop, akRight] Caption = ' POP3 Server ' TabOrder = 4 DesignSize = ( 369 130) object labelPOP3Server: TLabel Left = 8 Top = 52 Width = 105 Height = 17 AutoSize = False Caption = 'Server address:' end object labelPOP3Username: TLabel Left = 8 Top = 76 Width = 105 Height = 17 AutoSize = False Caption = 'Username:' end object labelPOP3Password: TLabel Left = 8 Top = 100 Width = 105 Height = 17 AutoSize = False Caption = 'Password:' end object ePOP3: TEdit Left = 120 Top = 48 Width = 241 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 end object ePOP3User: TEdit Left = 120 Top = 72 Width = 241 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 end object ePOP3Pass: TEdit Left = 120 Top = 96 Width = 241 Height = 21 Anchors = [akLeft, akTop, akRight] PasswordChar = '*' TabOrder = 2 end object checkboxPOP3Auth: TCheckBox Left = 8 Top = 28 Width = 353 Height = 17 Caption = 'Connect to server for SMTP-after-POP authentication' TabOrder = 3 OnClick = checkboxPOP3AuthClick end end object popupIE: TPopupMenu AutoHotkeys = maManual OnPopup = popupIEPopup Left = 88 Top = 24 object menuitemOutlookExpress: TMenuItem Caption = 'Outlook &Express' end object menuitemOutlook8: TMenuItem Caption = 'Outlook &8.0 (97)' end object menuitemOutlook9: TMenuItem Caption = 'Outlook &9.0 (2000)' end end end